home *** CD-ROM | disk | FTP | other *** search
- Path: newsbf02.news.aol.com!not-for-mail
- From: sguit@aol.com (SGUIT)
- Newsgroups: comp.lang.c++
- Subject: Help with ERROR message
- Date: 10 Feb 1996 01:31:53 -0500
- Organization: America Online, Inc. (1-800-827-6364)
- Sender: root@newsbf02.news.aol.com
- Message-ID: <4fhe4p$2f6@newsbf02.news.aol.com>
- Reply-To: sguit@aol.com (SGUIT)
- NNTP-Posting-Host: newsbf02.mail.aol.com
-
- I'm using Visual C++ version 1.52 using app wizard with an SDI View class
- and Document class. When I compile in release mode, I get the following
- warning:
-
- warning C4703: 'CPmixDoc::Serialize' : function too large for global
- optimizations
-
- Is this a problem, or can I just ignore it. I do plan on adding a lot more
- variables
- to the Serialize function in the Document class where this function
- resides.
-
- Thanks......Steve
- SGUIT@aol.com
-
-